Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete temporary files generated by controller-gen #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yaocw2020
Copy link

It's required to clear temporary files generated by controller-gen. Otherwise, controller-gen will copy all the files including the temporary files generated last time.

@guangbochen guangbochen requested a review from StrongMonkey June 22, 2021 02:28
@dramich
Copy link
Contributor

dramich commented Jul 2, 2021

@yaocw2020 Does this not cover the temporary delete? https://github.com/rancher/wrangler/blob/master/pkg/controller-gen/main.go#L55

Copy link
Contributor

@nickgerace nickgerace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM from basic usage, but this will definitely require more reviewers.

For context: I ran into this same issue as well. Testing your changes locally worked for me, good catch @yaocw2020!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants